home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Sample Code / Snippets / Development Tools & Languages / DumpSRec / DumpSRec.make < prev    next >
Encoding:
Text File  |  1992-07-15  |  682 b   |  29 lines  |  [TEXT/MPS ]

  1. #   File:       DumpSRec.make
  2. #   Target:     DumpSRec
  3. #   Sources:    DumpSRec.c DumpSRec.r DumpSRec.rsrc
  4.  
  5.  
  6. OBJECTS = DumpSRec.c.o
  7.  
  8.  
  9. DumpSRec ƒƒ DumpSRec.make DumpSRec.rsrc
  10.     Echo 'Include "DumpSRec.rsrc";' | Rez -append -o DumpSRec
  11.  
  12. DumpSRec ƒƒ DumpSRec.make DumpSRec.r
  13.     Rez DumpSRec.r -append -o DumpSRec
  14.  
  15. DumpSRec ƒƒ DumpSRec.make {OBJECTS}
  16.     Link -d -c 'MPS ' -t MPST ∂
  17.         {OBJECTS} ∂
  18.         #"{CLibraries}"CSANELib.o ∂
  19.         #"{CLibraries}"Math.o ∂
  20.         #"{CLibraries}"Complex.o ∂
  21.         "{CLibraries}"StdClib.o ∂
  22.         "{Libraries}"Stubs.o ∂
  23.         "{Libraries}"Runtime.o ∂
  24.         "{Libraries}"Interface.o ∂
  25.         "{Libraries}"ToolLibs.o ∂
  26.         -o DumpSRec
  27. DumpSRec.c.o ƒ DumpSRec.make DumpSRec.c
  28.      C -r  DumpSRec.c
  29.